Search
BaseList(E) Constructor (Collection(E))
See Also
 






Initializes a new instance of the BaseList class.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

protected BaseList (
    Collection<E> c
)

 Parameters

c

 See Also